body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
}
a:hover, a:focus, button:hover, button:focus{
    outline: none;
}
section {
    padding: 60px 0;
    clear: both;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
    color: #2c2f39;
}


section.bg-main{
    /* background-image: url("../images/bg-main.png"); */
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    background-position: 100% 0;
    padding: 14em 0 10em;
}

header {
    position: absolute;
    width: 100%;
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    padding: 15px 0;
}

header li {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-right: 15px;
    text-transform: capitalize;
}

header li span {
    font-size: 14px;
    font-weight: 700;
}
header li img {
    padding-right: 5px;
}

header ul {
    float: right;
}

section.bg-main.text-center {
    color: #fff;
}





.info-main h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
    margin-top: 0;
}

.info-main h1 span , .info-main h1 strong {/* font-weight: 700; *//* font-size: 50px; */}

.info-main li {display: inline-block;padding-right: 40px;line-height: 2;font-size: 14px;font-weight: 500;}

.info-main li img {
    padding-right: 7px;
}
a.btn {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 25px;
    color: #fff;  transition: box-shadow 0.3s ease-in-out;
}

.main-btn a.btn:first-child {
    background-color: #ba0643;

    margin-right: 30px;
}  

.main-btn a.btn:hover:first-child{
    box-shadow: 0 0 10px 3px rgba(186,6,67,0.5);    
}

.main-btn a.btn:last-child {
    background-color: #e4bb11;
    /*box-shadow: 0 0 20px 9px rgba(228,187,17,0.5);*/
    color: #000;
}

.info-main ul {
    margin-bottom: 25px;
}

.brands{
    background: #f0efff;
    padding: 30px 0;
}

section.brands h4{
    position: relative;
}


section.brands h4::before {
    content: "";
    background-image: url(../images/bg-left.png);
    width: 48px;
    height: 105px;
    position: absolute;
    right: 0;
    top: -24px;
}

section.brands h4 span {font-weight: 700;}

.brands .row {
    align-items: center;
}
section.brands img {
    float: right;
}


.main-h2{
    font-size: 35px;
    color: #000;
    font-weight: 400;
    position: relative;
    z-index: 2;
}
.main-h2 span{
    font-weight: 700;
    color: #280349;
    vertical-align: baseline;
}

.main-h2 .lst-sp {
    color: #000;
}

.info-custoemr p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
}

.info-custoemr {}

.cust-pro {
}

.info-pro {text-align: center;}

.cust-pro {
    display: flex;
    justify-content: space-around;
}

.info-pro h4 {
    font-size: 30px;
    font-weight: 800;
}

.info-pro:first-child h4 {
    color: #18012d;
}

.info-pro:nth-child(2) h4 {
    color: #ba0643;
}

.info-pro:nth-child(3) h4 {
    color: #0e3f8e;
}

.info-pro p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

section.customer .row {
    align-items: center;
}


section.customer h2.main-h2 {
    margin-bottom: 20px;
}

section.customer img {
    width: 100%;
    animation: MoveUpDown 2.5s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}


.pricing.text-center{
    background-color: #eeeeee;
    position: relative;
    overflow: hidden;
    padding-bottom: 6em;
}

.pricing.text-center::before{
    content: "";
    background-image: url("../images/pricing-before.png");
    width: 267px;
    height: 272px;
    position: absolute;
    left: 30px;
    bottom: 120px;
        animation: spininfinite 54s linear infinite;
    -webkit-animation: spin 54s linear infinite;
    -moz-animation: spin 54s linear infinite;
    animation: spin 54s linear infinite;
}


.pricing.text-center::after{
    content: "";
    background-image: url("../images/prcing-after.png");
    width: 434px;
    height: 628px;
    position: absolute;
    right: 0;
    /* top: 0; */
    animation: MoveDownUp 3s linear infinite;
    /* left: 0; */
}

section.pricing.text-center p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}


div#CountDownTimer {
    width: 250px;
    margin: 0;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
    /* margin-left: 440px; */
    /* position: absolute; */
    /* top: 130px; */
    right: 0;
    left: 0;
    margin: auto;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.time_circles>div {
    position: absolute;
    text-align: center;
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

.info-pricing {
    background-color: #ffffff;
    padding: 20px 0;
    border: 2px solid #480587;
    box-shadow: 0 8px 10px rgba(72,5,167,0.3);
    border-radius: 5px;
    margin: 0;
    width: 100%;
    transform: scale(0.98);
}

.info-pricing h3 {}

.info-pricing h3 {
    font-weight: 900;
    font-size: 51px;
    color: #27014a;
}

.pack {
    background-color: #27014a;
    color: #fff;
    padding: 5px;
    border-radius: 8px;
}

.pack p {
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 15px !important;
}

.pack h5 {
    font-size: 21px;
    font-weight: 500;
}

.info-pricing ul {
    margin: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.info-pricing li img {
    padding-right: 4px;
    vertical-align: baseline;
}



.info-pricing li {
    font-size: 12px;
    font-weight: 500;
    color: #27014a;
    line-height: 2;
}

.pricing-btn a.btn {
    background-color: #ba0643;
    padding: 7px 22px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 35px;
    letter-spacing: 1px;
  transition: box-shadow 0.3s ease-in-out;

}

.pricing-btn a.btn:hover{
    box-shadow: 0 0 10px 3px rgba(186,6,67,0.5);    
}

.pricing-btn {
    text-align: left;
    margin: 0;
}

.pricing-btn a.chat {
    display: inline-block;
    float: right;
}

.info-btn {
    display: inline-block;
    margin-right: 40px;
}

.info-btn p {
    font-size: 10px !important;
    margin-bottom: 0 !important;
    color: #27014a;
    line-height: 1;

}

.info-btn h5 {
    font-size: 12px;
    color: #27014a;
    font-weight: 700;
}

.pricing-btn a.chat img {
    vertical-align: baseline;
    padding-right: 4px;
}


.pricing .owl-item {
    transition: .5s all;
    margin-top: 20px;
}

.pricing .owl-item.center {
    transition: .5s all;
    /*margin-top: 0;*/

}
.pricing .owl-item:hover .info-pricing  {
    background-color: #27014a;
    color: #ffffff;
    border: transparent;
    /* height: 600px; */
    /* margin-bottom: 20px; */
    transform: scaleY(1);
    transition: all ease-in-out 0.5s;
    border-radius: 5px;
}
.pricing .owl-item:hover .info-pricing h3   {

    color: #FFFFFF;
}
.pricing .owl-item:hover .pack{
    background-color: #FFFFFF;
    color: #27014a;
}
.pricing .owl-item:hover .pack p {
    color:  #27014a;

}
.pricing .owl-item:hover li  {
    /* font-size: 14px; */
    color: #FFFFFF;
}

.pricing .owl-item:hover li img  {
    filter: brightness(0) invert(1);
}
.pricing .owl-item:hover a.chat h5,
.pricing .owl-item:hover a.chat p  {
    color: #FFFFFF;

}

.owl-theme .owl-dots .owl-dot.active span{
    background-color: #27014a;
}

.owl-theme .owl-dots .owl-dot span {

    width: 20px;
    border-radius: 0;
}
.owl-theme .owl-dots {
    margin-top: 25px !important;
}


.ready
{
    background-color: #1c1c1c;
    padding: 40px 0;
    position: relative;
}

.ready > .container:after{
    content: "";
    background-image: url("../images/ready-after.png");
    background-repeat: no-repeat;
    width: 360px;
    height: 420px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background-size: 100%;
    z-index: 10;
    animation: MoveUpDown 2.5s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: -50px;
    }
    50% {
        bottom: -20px;
    }
}

@keyframes MoveLeftRight {
    0%, 100% {
        right: -50px;
    }
    50% {
        right: -20px;
    }
}


@keyframes MoveRightLeft {
    0%, 100% {
        left: -50px;
    }
    50% {
        left: -20px;
    }
}

@keyframes MoveDownUp {
    0%, 100% {
        top: -50px;
    }
    50% {
        top: -20px;
    }
}

.spininfinite {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

section.ready li {display: inline-block;color: #fff !important;font-weight: 300;padding-right: 20px;}

section.ready h2.main-h2 {
    font-weight: 300;
    font-size: 31px !important;
    color: #fff;
    margin-bottom: 20px;
}

section.ready h2.main-h2 span {
    color: #fff;
}

section.ready li img {
    padding-right: 10px;
}

section.ready ul {
    margin-bottom: 25px;
}

.main-btn a.btn:nth-child(2) {
    background-color: #e4bb11;
    color: #000;
    margin-right: 30px;
}
  
.main-btn a.btn:hover:nth-child(2){
    box-shadow: 0 0 10px 3px rgba(228,187,17,0.5);
    
}

section.ready .main-btn a:last-child {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

section.ready .main-btn a:last-child span {
    padding-left: 10px;
    font-weight: 700;
}

section.ready .main-btn a:last-child:hover {
    text-decoration: none;
}

section.work.text-center a.plBtn {
    margin-bottom: 25px;
    border-radius: 10px;
}

section.work.text-center p {
    font-size: 19px;
    width: 88%;
    margin: auto;
    margin-bottom: 35px;
    font-weight: 300;
}

section.work.text-center{
    position: relative;
    background-color: #eeeeee;
    /* z-index: -1; */
    overflow: hidden;
}


section.work.text-center::before {
    content: "";
    background-image: url("../images/work-before.png");
    width: 406px;
    height: 374px;
    position: absolute;
    left: 0;
    /* top: 0; */
    animation: MoveDownUp 2.5s linear infinite;
}

section.work.text-center::after {
    content: "";
    background-image: url("../images/work-after.png");
    width: 44px;
    height: 130px;
    position: absolute;
    right: 230px;
    top: 50px;
    animation: MoveDownUp 5s linear infinite;
}

section.idea.text-center p {
    font-size: 19px;
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
}



section.idea.text-center{
    position: relative;
    overflow: hidden;
    background: #fff;
}
section.idea.text-center .container::after{
    content: "";
    background: url("../images/idea-after.png") no-repeat;
    width: 245px;
    height: 495px;
    position: absolute;
    right: -108px;
    bottom: -15px;
    z-index: 10;
    animation: MoveUpDown 2s alternate-reverse infinite;
    background-size: 100%;
    max-height: 400px;

    background-size: contain;
    max-height: 360px;
}

@keyframes girl {
    0%, 100% {
        right: 0;
    }
    50% {
        right: 20px;
    }
}

section.idea.text-center::before{
    content: "";
    background-image: url("../images/idea-before.png");
    width: 100%;
    height: 446px;
    position: absolute;
    left: 0;
    bottom: 0   ;
}



.owl-thumb-item  {
    border-radius: 20px;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 15px 2px rgba(0,0,0,0.2);
    /* height: 150px; */
    cursor: pointer;
}

.owl-thumb-item.active h5{
    color: #FFFFFF;
}

section.idea.text-center .info-idea p {margin: 0 !important;font-size: 14px;font-weight: 300;line-height: normal;color: #000;width: 100%;}

section.idea.text-center .info-idea h5 {
    font-size: 19px;
    font-weight: 700;
}

.owl-thumb-item.active .info-idea p, .nav-pills .show>.nav-link {
    color: #fff !important;
}

.owl-thumb-item.active, .nav-pills .show>.nav-link {
    background-color: #18012d;
}


section.idea.text-center .row {
    align-items: center;
}

.review{
    background: #dadada;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 538px; */
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.owl-carousel.owl-drag .owl-item .item {
    display: flex;
}
.owl-carousel .owl-item img {
    max-width: 100%;
}

section.review.text-center h3 {
    font-size: 125px;
    font-weight: 700;
    /* opacity: 0.1; */
    position: relative;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    margin-left: 0;
    color: #cbcbcbbf;
    text-indent: 260px;
}

section.review.text-center {
    /* position: relative; */
    /* overflow: hidden; */
    z-index: 1;
}

section.review.text-center i {
    font-size: 250px;
    position: absolute;
    top: -30px;
    left: 290px;
    color: #ffffff;
    opacity: 0.1;
}
/*
.owl-carousel {
    width: 80%;
}*/
section.review.text-center .row {
    /*align-items: center;*/
    /* margin-top: 110px; */
}

section.review.text-center .info-review {
    background-color: #fff;
    padding: 30px 10px 30px 0;
    text-align: left;
    min-height: 270px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #aeaeae73;
}

section.review.text-center .info-review img {

    margin-right: 20px;

    margin-left: -10px;
}
.rev {
    text-align: left;
    color: #27014a !important;
    display: inline-block;
    width: 54%;
}



section.review.text-center .col-md-4.item {
    max-width: 100%;
}



.rev h5 {
    font-size: 16px ;
    font-weight: 700 ;
    color: #27014a ;

}

.review .container {
    max-width: 1500px;
    position: relative;
}
.owl-review {
    margin-left: 150px;
}

section.review.text-center h4 {
    color: #fff;
    font-size: 30px;
    margin-left: 200px;
    margin-top: 50px;
    font-weight: 800;
    line-height: 1;
}

.owl-item {
    padding-left: 10px;
}

section.review.text-center h4 span {
    font-weight: 400;
}


section.review.text-center .container::before{
    content: "";
    background: url("../images/review-before.png") no-repeat;
    width: 296px;
    height: 322px;
    position: absolute;
    left: 100px;
    bottom: -35px;
    z-index: 10;
    background-size: 100%;
    animation: MoveUpDown 3s linear infinite;
    position: absolute;
    left: 0;
}

section.contact.text-center{
    position: relative;
    z-index: 0;
    background-color: #f5f5f5;
    overflow: hidden;
    padding-bottom: 7em;
}

section.contact.text-center::before{
    content: "";
    background: url("../images/bg-contact.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 817px;
    position: absolute;
    background-position: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}


section.contact.text-center img {/* float: left; */animation: MoveUpDown 3s linear infinite;position: absolute;left: 0;}

section.contact.text-center form {
    margin-top: 70px;
    text-align: left;
}

section.contact.text-center  .form-control {
    margin-bottom: 10px;
    box-shadow: none !important;
    outline: none !important;
    height: 46px;
    font-size: 13px;
}

section.contact.text-center form input[type=tel],section.contact.text-center form input[type=email] {
    width: 49%;
    display: inline-block;
}

.form-control:focus {
    box-shadow: none;
    border: none;
    border: 1px solid #ced4da;
}

textarea#detail {
    resize: none;
}

input.btn {
    padding: 10px 55px;
    width: auto;
    float: none;
    background-color: #ba0643;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
        margin: 10px auto 0;
    display: table;  transition: box-shadow 0.3s ease-in-out;

}

input.btn:hover{
    box-shadow: 0 0 10px 3px rgba(186,6,67,0.5);

    
}

section.contact.text-center form input[type=email] {float: right;}

footer{
    background-color: #18012d;
    padding: 12px 0;
}

footer p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
}


footer .row {
    align-items: center;
}

footer a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
footer a:first-child::after {
    content: "|";
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.owl-review h6 {
    margin-bottom: 0;
    font-size: 50px;
    position: absolute;
}

.info-review p {
    font-size: 14px;
    font-weight: 300;
    color: #010000;
    margin-top: 29px;
}




.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

div#CountDownTimer {
    width: 300px;
    text-shadow: #000 1px 1px 2px;
    color: #fff;
    margin-top: 0;
}






.progress {
    width: 100px;
    height: 100px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #e8ebea;
    font-size: 28px;
    color: #18012d;
    line-height: 95px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
    box-shadow: inset 0 0 10px #7b7b7b;
}
.progress.purple .progress-bar {
    border-color: #18012d;
}
.progress.purple .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ba0643;
}
.progress.pink .progress-value{
    color: #ba0643 !important;
}

.progress.pink .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.blue .progress-bar{
    border-color: #0d3d88;
}
.progress.blue .progress-value{
    color: #0d3d88;
}

.progress.blue .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(138deg);
        transform: rotate(138deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.cust-pro h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}


/*
Popop*/
.popupform .col-md-12 {
    /* padding-right: 30px; */
    /* margin-top: -20px; */
    /* padding-left: 89px; */
}

.popupform .row {
    padding: 0 4px;
}
.popupform {
    width: 650px;
    border-radius: 0;
    padding: 0!important;
    overflow: visible;
    /* height: 496px; */
    position: relative;
    /* padding-right: 20px !important; */
    background: rgb(101,4,66);
    background: radial-gradient(circle, rgba(101,4,66,1) 0%, rgba(43,3,65,1) 50%);
    border-radius: 10px;
}
.popupform .modal-body {
    padding: 0;
}
.popup-bann {
    float: left;
    width: 49%;
    margin-top: 0;
}
.popup-content {
    float: left;
    width: 50%;
    padding: 20px 10px 0 0;
    text-align: left;
    position: relative;
}
.popup-hd h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    padding-right: 0;
    background: rgb(255,0,0);
    background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(136,0,0,1) 50%);
    padding: 7px 16px;
    margin-left: 0;
    margin: 0;
}
.popup-content h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 25px;
    color: #888;
    text-align: left;
    font-weight: 400;
}
.popup-content input[type=email], .popup-content input[type=tel], .popup-content input[type=text], .popup-content select, .popup-content textarea {
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 12px;
    color: #000;
    text-align: left;
    box-shadow: none!important;
    outline: 0!important;
    margin-bottom: 14px;
    border-radius: 4px;
}
.popup-content textarea {
    height: 100px;
    resize: none;
}
p.form_tagline {
    font-size: 12px;
    margin: 0 0 10px;
    text-align: left;
}
.fancybox-close-small {
    background: #ffffff;
    font-weight: 700;
    padding: 2px !important;
    height: 30px;
    width: 30px;
    opacity: 1;
    right: -10px;
    top: -15px !important;
    border-radius: 50%;
    right: 0 !important;
}

.fancybox-close-small svg {
    color: #040404;
    font-weight: 900;
}
ul.mobile-menu {
    display: none;
}

input.error{
   
    color: #fff !important;
}
label.error {
    display: none !important;
}
.form-messages.success{
    background: green;
    font-size: 13px;
    text-align: center;
    padding: 5px 3px;
}
.popupform .col-md-7,.popupform .col-md-5 {
    padding-right: 0;
}
p.form_tagline input {
    vertical-align: sub;
}
.popupform .btn {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
}
.popup-content h2+p span {
    color: #0e47c0;
}
.popup-hd img.off {
    position: absolute;
    top: 6px;
    right: -59px;
    max-width: 211px;
}

section.pricing.text-center .container {
    position: relative;
    z-index: 20;
}
img {
    max-width: 100%;
}

.popupform .btn {
    padding: 8px 25px;
    width: auto;
    float: left;
    background-color: #ba0643;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 0 10px 3px rgba(186,6,67,0.5);
    margin: 0 auto 0;
    border-radius: 5px;
    display: table;
    float: none;
}

.popup-content input[type=email], .popup-content input[type=tel] {
    width: 47%;
    display: inline-block;
}

.popup-content input[type=email]{
    float: right;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}
label.error {
    display: none !important;
}
.info-main h6 {
    /* background-color: #ba0643; */
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto 10px;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 3px;
}
.info-main h1 strong {
    color: #fe6d0e;
    font-weight: inherit;
}
.main-btn a:nth-child(3) {
    clear: both;
    display: block;
    margin-top: 15px;
}
section.customer .btn {
    background-color: #ba0643;
    margin-right: 30px;
    margin-top: 30px;  
    transition: box-shadow 0.3s ease-in-out;

}

section.customer .btn:hover{
    box-shadow: 0 0 10px 3px rgba(186,6,67,0.5);
    
}


/**/

.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}
.circle {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}
.circle div {
    position: absolute;
    top: 50px;
    left: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #03002b;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: white;
    margin-top: 12px;
}
.circle i {
    position: absolute;
    top: 3px;
    left: 4px;
    right: 3px;
    bottom: 3px;
    border-width: 4px;
    border-style: solid;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: -1;
}
.wrap-progress-bar .bar p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #03002b;
    padding: 0;
}
.wrap-progress-bar {
    text-align: center;
}
canvas {
    display: inline-block;
}
.info-pricing ul.inline li {
    font-size: 10px !important;
    display: inline-block;
    margin-right: 0;
    width: 50%;
    clear: left;
}

.info-pricing ul.inline li:nth-child(2n+2) {
    float: right;
    clear: right;
}

.info-pricing ul.inline {
    border-top: 1px solid #cccccc6b;
    padding-top: 17px;
}



.GaugeMeter {
  position: Relative;
  text-align: Center;
  overflow: Hidden;
  cursor: Default;
  display: inline-block;
}

.GaugeMeter SPAN, .GaugeMeter B {
  width: 54%;
  position: Absolute;
  text-align: Center;
  display: Inline-Block;
  color: RGBa(0,0,0,.8);
  font-weight: 100;
  font-family: "Open Sans", Arial;
  overflow: Hidden;
  white-space: NoWrap;
  text-overflow: Ellipsis;
  margin: 0 23%;
}

.GaugeMeter[data-style="Semi"] B {
  width: 80%;
  margin: 0 10%;
}

.GaugeMeter S, .GaugeMeter U {
  text-decoration: None;
  font-size: .60em;
  font-weight: 200;
  opacity: .6;
}

.GaugeMeter B {
  color: #000;
  font-weight: 200;
  opacity: 1;
} 
 
.video_cover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    min-height: 600px;
}  

.video_cover:before {content: "";position: absolute;left: 0;width: 100%;height: 100%;background: rgb(24 6 57 / 66%);}

section.customer {
    background: white;
}

section.contact.text-center textarea#detail.form-control {
    height: 130px;
    margin-bottom: 20px;
}

.ready .container {
    position: relative;
}

section.idea.text-center .container {
    position: relative;
}   

.review:before {content: "";position: absolute;left: 0;height: 100%;width: 50%;top: 0;background: #18012d;z-index: -2;} 


section.video-pf-ajax {
    margin: -24px;
}  

.fancybox-slide>div{/* background:transparent; */}
.video-item-list{width: 700px;padding:0 0 20px;text-align:center;background: none;}
.video-item-list video{width:100%;margin-bottom:23px;}
.video-item-list a{display:inline-block;margin:0 7px;text-transform:uppercase;font-size:15px;font-weight:500;border-radius:50px;padding:11px 41px;color:#fff !important;background:rgba(255,105,36,1);background:-moz-linear-gradient(top, rgba(255,105,36,1) 0%, rgba(242,80,5,1) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,105,36,1)), color-stop(100%, rgba(242,80,5,1)));background:-webkit-linear-gradient(top, rgba(255,105,36,1) 0%, rgba(242,80,5,1) 100%);background:-o-linear-gradient(top, rgba(255,105,36,1) 0%, rgba(242,80,5,1) 100%);background:-ms-linear-gradient(top, rgba(255,105,36,1) 0%, rgba(242,80,5,1) 100%);background:linear-gradient(to bottom, rgba(255,105,36,1) 0%, rgba(242,80,5,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6924', endColorstr='#f25005', GradientType=0);}
.video-item-list video+a+a{background:rgba(41,119,255,1);background:-moz-linear-gradient(top, rgba(41,119,255,1) 0%, rgba(25,95,226,1) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,119,255,1)), color-stop(100%, rgba(25,95,226,1)));background:-webkit-linear-gradient(top, rgba(41,119,255,1) 0%, rgba(25,95,226,1) 100%);background:-o-linear-gradient(top, rgba(41,119,255,1) 0%, rgba(25,95,226,1) 100%);background:-ms-linear-gradient(top, rgba(41,119,255,1) 0%, rgba(25,95,226,1) 100%);background:linear-gradient(to bottom, rgba(41,119,255,1) 0%, rgba(25,95,226,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2977ff', endColorstr='#195fe2', GradientType=0);}
.video-item-list button.fancybox-close-small:before{background:transparent !important;}
section.video-pf-ajax+script+.fancybox-close-small:after{background:transparent !important;color:#fff;padding:0;right:-40px;font-size:32px;top:-10px;font-weight:500;}
       
  
.numb_cover{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #000;
    display: flex;
    position: relative;
    padding: 12px;
    margin: 0 auto 10px;
}       
   .number_box {
    background: #e8ebea;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto 10px; */
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.col-md-4.number_item {
    text-align: center;
}  

.col-md-4.number_item p {
    margin-bottom: 0;
    font-weight: 400;
    color: #5a5a5a;
}


.numb_cover.number_box2 {
    background-color: #ba0643;
}
.number_box2  .number_box span,
.number_box2  .number_box h3{
     color: #ba0643;
     
 }
.number_box3  .number_box   span,
.number_box3  .number_box h3{ 
     color: #0c3c88;
     
 }

.numb_cover.number_box3 {
    background-color: #0c3c88;
}

.number_box h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}


.number_box  span {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    color:inherit;
}
   
.pricing  .owl-stage-outer {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

video.video_tag {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

a.plBtn:before {
    background: #00000099;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    outline: none !important;
    transition: all .2s ease-in;
}

a.plBtn:hover:after { 
    content: "Play";
    color: #fff;
    text-transform: uppercase;
    position: absolute;   
    width: 118px;
    bottom: 38%;  
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
    opacity: 0;
    left: 50%;
    padding: 7px 0px;
    border-radius: 50px;
    border: #fff 2px solid;
    margin-left: -58px;
    letter-spacing: 1px;
    text-shadow: #0000008a 0 1px 1px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    outline: none !important;
    transition: all .2s ease-in;
}
a.plBtn:hover:before {
    z-index: 1;
    opacity: 1;
    height: 100%;
    width: 100%;
    /* display:block; */
}
a.plBtn:hover:after {
    opacity: 1;
}

.popup-top {
    background: #400332;
    padding: 8px 14px;
    width: 100%;
    clear: both;
}

.popup-top p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    max-width: 460px;
}

.popup-hd {
    float: left;
    width: 100%;
    margin-top: 20px;
}  

.pricing .owl-item:hover .info-pricing img {
    filter:  brightness(0) invert(1);
}   

a.plBtn {
    position: relative;
    overflow: hidden;
    float: left;
}

a.plBtn:hover img {
    transform: scale(2.01);
    transition: all 4.4s ease-in;
}

.owl-review .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    }


.video-item-list button.fancybox-button.fancybox-close-small {
    right: 16px !important;
    top: 14px !important;
}

.video-item-list {
    padding: 30px;
} 

.video-item-list a {
    display: none !important;
}
  
  
  .info-pricing  .icon_inline li {
    padding-left: 20px;
    background: url('../images/tick2.png') no-repeat scroll left center;
    position: relative;
}


.info-pricing ul.icon_inline {padding: 0 10px;} 

.pricing .owl-item:hover  .info-pricing .icon_inline li {filter: brightness(0) invert(1);}   

.info-pricing h3 del {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: -5px;
    padding-left: 30px;
}


.info-pricing h3 del:before {content: "/";position: absolute;left: 10px;top: 5px;}






a.get_started.various.btn {
    background: #ba0643;
    font-weight: 600;
}

a.get_started.various.btn li {
    font-weight: 500;
} 